home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / intro.dxr / 00048.ls < prev    next >
Encoding:
Text File  |  1997-04-02  |  347 b   |  16 lines

  1. on exitFrame
  2.   global nFin, nIdioma
  3.   case nIdioma of
  4.     1:
  5.       set the movieTime of sprite 5 to 5300
  6.       set nFin to 5825 - 50
  7.     2:
  8.       set the movieTime of sprite 5 to 12830
  9.       set nFin to 13355 - 50
  10.     3:
  11.       set the movieTime of sprite 5 to 20355
  12.       set nFin to 20880 - 50
  13.   end case
  14.   set the movieRate of sprite 5 to 1
  15. end
  16.